From 4e4d9626309b6a6b1620f27bb32fa93ededffd47 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 19 Oct 2006 12:27:58 +0000 Subject: [PATCH] (kkc-region): When a key sequence is not defined, append (this-single-command-raw-keys) to unread-input-method-events. --- lisp/international/kkc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el index dc313c7d30a..6da899af93a 100644 --- a/lisp/international/kkc.el +++ b/lisp/international/kkc.el @@ -291,7 +291,7 @@ and the return value is the length of the conversion." ;; KEYSEQ is not defined in KKC keymap. ;; Let's put the event back. (setq unread-input-method-events - (append (string-to-list keyseq) + (append (string-to-list (this-single-command-raw-keys)) unread-input-method-events)) (kkc-terminate)))) -- 2.30.2